Welcome![Sign In][Sign Up]
Location:
Search - directx 9.0

Search list

[Game Programexample1

Description: Example 1 from chapter 2 of Beginning directx 9.0
Platform: | Size: 2048 | Author: Tarmz | Hits:

[OtherSkeletalanimation

Description: This page help you about the sketelon animation in managed directx 9.0 based in C# languaje
Platform: | Size: 17408 | Author: nano | Hits:

[DirextXAGuidetoGameProgramming

Description: 游戏编程指南,本文基于VC7.0 / DirectX 9.0 / Winsock 2.2-Game programming guide, this paper, based on VC7.0/DirectX 9.0/Winsock 2.2
Platform: | Size: 481280 | Author: sunsimple | Hits:

[VC/MFCDirectX_SDK_CN

Description: DirectX 9.0c 开发手册 简体中文版 -driectx sdk cn pdf 2009
Platform: | Size: 1531904 | Author: blue | Hits:

[DirextXManaged_DirectX

Description: Managed DirectX 9的应用说明-Managed DirectX 9
Platform: | Size: 738304 | Author: llb | Hits:

[DirextXdirectx9_m

Description: DirectX 9.0 Managed Code.
Platform: | Size: 11288576 | Author: Blueye | Hits:

[3D GraphicDirectXSourceCode

Description: 《DirectX 9.0 3D 游戏开发编程基础》的所有源代码,适合入门及提高,结合书本的话效果更佳。-《DirectX 9.0 3D game development program based 》 all source code, suitable for entry and upgraded, and if combined with better books.
Platform: | Size: 4944896 | Author: xhl | Hits:

[DirextXAudio_Video

Description: 介绍游戏中声音和视频编程的书籍,以directx 9.0 为基础,详细介绍了 direct show 和 direct audio。视频部分中,有如何在3D游戏中播放视频的教程-Describes the game sound and video programming, books, in order to directx 9.0, based on detailed information on direct show and direct audio. Video section, there are ways to play video games in 3D tutorials
Platform: | Size: 6318080 | Author: wukai | Hits:

[OtherBeginning_Directx_9

Description: Beginning Directx 9 by Wendy Jones. PDF
Platform: | Size: 2078720 | Author: YOYO | Hits:

[DirextXIntroduction-to-3D-Game-Programming-with-DirectX-

Description: This book is an introduction to programming interactive 3D computer graphics using DirectX 9.0, with an emphasis on game development. It teaches you the fundamentals of Direct3D, after which you will be able to go on to learn and apply more advanced techniques. Assumingly, since you have this book in your hands, you have a rough idea of what DirectX is about. From a developer’s perspective, DirectX is a set of APIs (application programming interfaces) for developing multimedia applications on the Windows platform. In this book we are concerned with a particular DirectX subset, namely Direct3D. As the name implies, Direct3D is the API used for developing 3D applications.
Platform: | Size: 5965824 | Author: v0id995 | Hits:

[OtherDirectX

Description: 经典的学习资料,《DirectX从入门到精通-中文版》-Classic learning materials, DirectX from entry to the master- in Chinese. . . . . . .
Platform: | Size: 40646656 | Author: 邵波 | Hits:

[DirextXWordware.Introduction.To.3D.Game.Programming.With

Description: This book is an introduction to programming interactive 3D computer graphics using DirectX 9.0, with an emphasis on game development. It teaches you the fundamentals of Direct3D, after which you will be able to go on to learn and apply more advanced techniques.
Platform: | Size: 3571712 | Author: 王大同 | Hits:

[VC/MFCMadMatt_3D_Game_programming_with_DirectX_9.0

Description: MadMatt_3D Game programming with DirectX 9.0 programming direct X for Windows
Platform: | Size: 3416064 | Author: alexxx | Hits:

[DirextXDirectX9

Description: 《DirectX 9 3D游戏设计入门》,很好的3D编程自学书籍-" DirectX 9 3D game design-up" , a very good 3D programming self-study books
Platform: | Size: 4128768 | Author: 赵昕 | Hits:

[Windows DevelopDirectX9cnhelp

Description: Managed DirectX 9.0 SDK summer 2004 中文文档
Platform: | Size: 1531904 | Author: 俗鱼 | Hits:

[Shot Game1

Description: 函式庫: Windows API SDK Open GL 1.2 DirectX 9.0 說明: 實作紅白機時代紅及一時的坦克大戰遊戲, 玩家可自由操作坦克攻擊磚塊 或是敵方坦克, 遊戲中隨時間也會自動出現如炸蛋超人一樣的補血, 增加 火力, 病毒, 敵人全滅, 時間暫停等物品, 右方為坦克血量與敵方坦克剩下 的數量.-Library: Windows API SDK Open GL 1.2 DirectX 9.0 Description: Implementation of a Red Machine era red and short-Battle City game, players are free to operate tanks and attack enemy tanks, or bricks, the game time will automatically appear as Like Superman' s blood fried egg, the number of firearms, the virus, the enemy Quanmie, time suspended and other items, the right blood for the tanks and the remaining number of enemy tanks.
Platform: | Size: 1245184 | Author: 朱庭贤 | Hits:

[BooksRealtimeTerrainEngine

Description: 要想从头开始建立一个引擎的话,我们首先得需要有良好的基础。在这一部分,我们将 介绍最新的DirectX 9.0 并且好好看一下其SDK 里提供的DirectX 示例框架。出于简化的考虑, 我们将把引擎建立在微软提供好的一些类上。除此以外,我们还将研究一下DirectX9.0 的一 部分,Direct3D 扩展库(D3DX)。这个工具库将满足我们对3D 数学库的基本需要,同时也 给我们提供了加载,维护我们游戏资源的方法。 在DirectX 9.0 中,我们也将深入地研究HLSL 语言,HLSL 语言是类似与C 语言的开 发语言,它可以使着色器程序员在不借助底层汇编渲染代码的情况下编写顶点和像素着色器。 这是介绍我们今天的图形硬件3D 着色器编程的好方法。鉴于其易用性和可读性,这本书将 集中介绍HLSL 语言的使用而非底层汇编语言。 对于那些想要学习底层汇编语言的读者,HLSL 也可以作为一种辅助的学习手段。DirectX SDK 里的命令行式的HLSL 编译器(fxc.exe)通过使用/Fc 命令选项可以将HLSL 程序转换为汇 编语言文件。通过编写HLSL 代码和查看对应的汇编代码,读者就能够更加了解这两门语言。 将某些特定的代码改由汇编代码编写也可以大大地提高HLSL 代码的效率。-To build an engine from scratch, we must first need to have a good foundation. In this section, we will introduce the latest DirectX 9.0 and take a look at the DirectX SDK provides an example in the framework. For simplification reasons, we will provide a good engine built on Microsoft, a number of class. In addition, we will also look at part of DirectX9.0, Direct3D Extension Library (D3DX). The tool library will meet our basic needs of 3D math library, but also provides us with a load, maintenance of our game resources. In DirectX 9.0, we will study in depth HLSL language, HLSL language is similar to C language development language that allows programmers shader rendering code compiled without the aid of the underlying case of the preparation of vertex and pixel shader. This is to introduce today s graphics hardware 3D shader programming a good way. Given its ease of use and readability, this book will focus on the use of language rather than the underlying HLSL assembly language. Fo
Platform: | Size: 2712576 | Author: Kylin | Hits:

[Other Gamesmijing

Description: 游戏介绍: 这是一款类似魔兽世界的3DRPG游戏。 开发环境: Windows XP Microsoft Visual C++ 6.0 Microsoft DirectX 9.0 SDK -Game description: This is a game similar to World of Warcraft 3DRPG. Development Environment: Windows XP Microsoft Visual C++ 6.0 Microsoft DirectX 9.0 SDK
Platform: | Size: 4293632 | Author: 清明雨上 | Hits:

[DirextX3d-directx

Description: directx 9.0 游戏教程 英文版的。看看吧, 很不错-directx 9.0 games tutorials in English. See it, very good
Platform: | Size: 5382144 | Author: roti | Hits:

[OpenGL programIntroduction.to.3D.Game.Programming2

Description: 龙书第二版,里面主要讲了是shader编程,并且里面的例子很好,适合初学shader编程的同学-Introduction.to.3D.Game.Programming.with.DirectX.9.0c.Shader.Approach is awesome. The examples in this book is pretty good, and fit for shader beginners.
Platform: | Size: 6616064 | Author: caohongfei | Hits:
« 1 2 3 4 56 7 8 9 10 ... 28 »

CodeBus www.codebus.net